From f50cab885a7cdfc213a99e6a7817322e3ed920d1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 1 Sep 2004 21:26:35 +0000 Subject: [PATCH] Document the return value. 2004-09-01 Matthias Clasen * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): Document the return value. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkcombobox.c | 2 ++ 5 files changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index d25d433d9b..f2ccba73a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-01 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): + Document the return value. + 2004-09-01 Matthias Clasen Make it possible to specify additional modules to load diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index d25d433d9b..f2ccba73a9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2004-09-01 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): + Document the return value. + 2004-09-01 Matthias Clasen Make it possible to specify additional modules to load diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index d25d433d9b..f2ccba73a9 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2004-09-01 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): + Document the return value. + 2004-09-01 Matthias Clasen Make it possible to specify additional modules to load diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index d25d433d9b..f2ccba73a9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2004-09-01 Matthias Clasen + + * gtk/gtkcombobox.c (gtk_combo_box_get_popup_accessible): + Document the return value. + 2004-09-01 Matthias Clasen Make it possible to specify additional modules to load diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index a5fb88f4fb..e225794cc7 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -4866,6 +4866,8 @@ _gtk_combo_box_editing_canceled (GtkComboBox *combo_box) * This function is mostly intended for use by accessibility technologies; * applications should have little use for it. * + * Returns: the accessible object corresponding to the combo box's popup. + * * Since: 2.6 **/ AtkObject* -- 2.30.2